PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFMarkedContentReference Class / setStream Method
The content stream containing the marked-content sequence.
In This Topic
    setStream Method
    In This Topic
    Sets the stream that contains the marked-content sequence.
    This property should be set only if the marked-content sequence resides in a form XObject.
    Syntax
    public void setStream( 
       PDFFormXObject value
    )

    Parameters

    value
    The content stream containing the marked-content sequence.
    See Also